-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orderby support in entity odata endpoint #1078
Conversation
Is there a way to ensure that the sort is stable? Currently, the |
I'm going to add this PR to the project even though getodk/central#589 was the main impetus behind it. It's a nice improvement on its own that we'll want to mention in release notes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
notes from interactive review with Matt
5096cea
to
548dc11
Compare
Closes #
Adds $orderby support to OData endpoints for Entities and Submissions. This will be useful overall but it is also part of Frontend showing existing entities in the bulk entity creation flow.
What has been done to verify that this works as intended?
Tests
Why is this the best possible solution? Were any other approaches considered?
How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?
New feature for users! We've covered a lot of the OData spec at this point!
Does this change require updates to the API documentation? If so, please update docs/api.md as part of this PR.
Documentation has been updated in this PR.
Before submitting this PR, please make sure you have:
make test-full
and confirmed all checks still pass OR confirm CircleCI build passes